home *** CD-ROM | disk | FTP | other *** search
- 141
- --- RECORDSEPARATOR ---
-
- --- RECORDSEPARATOR ---
- GetFilename
- --- RECORDSEPARATOR ---
- (continued)
- --- RECORDSEPARATOR ---
-
- --- RECORDSEPARATOR ---
- To use these values, add the appropriate values together eg
- --- RECORDSEPARATOR ---
- OFN_CREATEPROMPT + OFN_HIDEREADONLY + OFN_NONETWORKBUTTON
- --- RECORDSEPARATOR ---
- If OFN_ALLOWMULTISELECT is selected and the user selects more than one file, the return
- --- RECORDSEPARATOR ---
- will be a series of strings, separated by returns. The first line will be the directory selected, the
- --- RECORDSEPARATOR ---
- remaining lines will be the selected filenames. In Director, use "the line of" function to retrieve
- --- RECORDSEPARATOR ---
- each line. In Authorware, use the "GetLine" function.
- --- RECORDSEPARATOR ---
- If OFN_RETURNASLIST is specified, then the return will be a list with each filename as a
- --- RECORDSEPARATOR ---
- separate entry. Each file name will include the full path to the file.
- --- RECORDSEPARATOR ---
- The OFN_EXPLORER flag can not be used with the NoFolders option.
- --- RECORDSEPARATOR ---
- The Flags options on
- --- RECORDSEPARATOR ---
- Macintosh
- --- RECORDSEPARATOR ---
- are:
- --- RECORDSEPARATOR ---
- 512
- --- RECORDSEPARATOR ---
- OFN_ALLOWMULTISELECT
- --- RECORDSEPARATOR ---
- Specifies that the File Name list box allows multiple selections.
- --- RECORDSEPARATOR ---
- 524288
- --- RECORDSEPARATOR ---
- OFN_NAVIGATIONSERVICES
- --- RECORDSEPARATOR ---
- Creates an Open or Save As dialog box that uses user-interface features similar to the
- --- RECORDSEPARATOR ---
- Finder.
- --- RECORDSEPARATOR ---
- 1048576
- --- RECORDSEPARATOR ---
- OFN_NODEREFERENCELINKS
- --- RECORDSEPARATOR ---
- Directs the dialog box to return the path and filename of the selected alias. If this value is
- --- RECORDSEPARATOR ---
- not given, the dialog box returns the path and filename of the file referenced by the alias.
- --- RECORDSEPARATOR ---
- Using a flag of 524288 requests the dialog to use Navigation Services. If this flag is specified
- --- RECORDSEPARATOR ---
- and Navigation Services is not installed (it is standard with OS 8.5 and later) then the standard
- --- RECORDSEPARATOR ---
- dialog will be used instead. The use of this flag enables the use of the two other flags. If you
- --- RECORDSEPARATOR ---
- use the multiple selection option then the files will be returned as a list. Note that on
- --- RECORDSEPARATOR ---
- Macintosh, it is possible to select files that are not in the same folder. The NoFolders option
- --- RECORDSEPARATOR ---
- does not work with Navigation Services. Under OSX, Navigation Services will always be used.